projects
/
platform
/
upstream
/
mesa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/mesa.git
2015-04-02
Jason Ekstrand
i965/generator: Get rid of the ! in the unreachable...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Jason Ekstrand
nir/print: Correctly print swizzles for explicitly...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Ilia Mirkin
freedreno/a3xx: add MRT support
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Ilia Mirkin
freedreno: convert blit program to array for each numbe...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Ilia Mirkin
freedreno: add support for laying out MRTs in gmem
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Ilia Mirkin
freedreno: add core infrastructure support for MRTs
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Ilia Mirkin
freedreno/ir3: add support for FS_COLOR0_WRITES_ALL_CBU...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Ilia Mirkin
freedreno/a3xx: add independent blend function support
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Ilia Mirkin
freedreno: remove alpha key from ir3_shader
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Stéphane Marchesin
i915g: Implement EGL_EXT_image_dma_buf_import
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Matt Turner
i965/fs: Relax type check in cmod propagation.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Matt Turner
nir: Remove useless ftrunc inside f2i/f2u.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Matt Turner
nir: Recognize (a < b || a < c) as a < max(b, c).
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Matt Turner
nir: Add addition/multiplication identities of exp...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Matt Turner
nir: Add identities for the log function.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Matt Turner
nir: Add identities for the exponential function.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Matt Turner
nir: Recognize another open coded lrp.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Matt Turner
nir: Recognize open coded lrp.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Kenneth Graunke
nir: Use _mesa_flsll(InputsRead) in prog->nir.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Kenneth Graunke
mesa: Implement _mesa_flsll().
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Kenneth Graunke
nir: In prog->nir, don't wrap dot products with ptn_cha...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Jason Ekstrand
i965: Use the same nir options for all gens
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Jason Ekstrand
i965/nir: Run DCE again before going out of SSA
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Jason Ekstrand
i965/nir: Run the ffma peephole after the rest of the...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Jason Ekstrand
nir/peephole_ffma: Be less agressive about fusing multi...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Jason Ekstrand
nir: Add a dedicated ffma peephole optimization
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Jason Ekstrand
nir: Move the compare-with-zero optimizations to the...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Jason Ekstrand
nir/algebraic: Add a seperate section for "late" optimi...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Jason Ekstrand
nir/algebraic: Remove a duplicate optimization
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Jason Ekstrand
nir/algebraic: #define around structure definitions
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Jason Ekstrand
nir/print: Don't print extra swizzzle components
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Emil Velikov
configure: nuke --with-max-{width,height}
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Emil Velikov
gallium: ship tgsi_to_nir.h in the tarball
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Emil Velikov
configure.ac: error out if python/mako is not found...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Matt Turner
glsl: Make sure not to dereference NULL.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Laura Ekstrand
main: create_buffers unlocks mutex when throwing OUT_OF...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Jose Fonseca
automake,scons: Put NIR source files in a separate...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Jose Fonseca
automake: Fix out-of-source builds.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Brian Paul
mesa: don't include colormac.h in format code
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Brian Paul
mesa: remove unneeded #include of colormac.h
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Brian Paul
tnl: remove unneeded #include of colormac.h
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Brian Paul
swrast: remove unneeded #include of colormac.h
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Brian Paul
mesa: remove unused macros from colormac.h
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Eric Anholt
nir: Recognize a pattern of bool frobbing from TGSI...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Eric Anholt
nir: Recognize a pattern for doing b2f without the...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Eric Anholt
vc4: Add shader-db dumping of NIR instruction count.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Eric Anholt
vc4: Convert to consuming NIR.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Eric Anholt
gallium: Add tgsi_to_nir to get a nir_shader for a...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Eric Anholt
vc4: Tell shader-db how big our UBOs are, if present.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Eric Anholt
mesa: Make a shared header for 3D pipeline enum / ...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Emil Velikov
nir: add nir_builder.h to the tarball
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Emil Velikov
xmlpool: remove the clean target
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Emil Velikov
xmlpool: don't forget to ship the MOS
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Emil Velikov
osmesa: don't try to bundle osmesa.def SConscript
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Emil Velikov
docs: note that classic osmesa/libEGL no longer builds...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Iago Toral...
i965: Handle scratch accesses where reladdr also points...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Roland Scheidegger
gallivm: (trivial) fix the logic deciding if function...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Martin Peres
mesa/fbo: lock ctx->Shared->Mutex when allocating rende...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Martin Peres
mesa/fbo: do not assign a value that is never read...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Dave Airlie
egl: add initial EGL_MESA_image_dma_buf_export v2.4
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Jordan Justen
i965/state: Remove brw->state.dirty
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Jordan Justen
i965/state: Don't use brw->state.dirty.mesa
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Jordan Justen
i965/state: Don't use brw->state.dirty.brw
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Jordan Justen
i965/state: Add compute pipeline with empty atom lists
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Jordan Justen
i965/state: Only upload render programs for render...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Jordan Justen
i965/state: Create separate dirty state bits for each...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Jordan Justen
i965/state: Support multiple pipelines in brw->num_atoms
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Jordan Justen
i965/state: Rename brw_clear_dirty_bits to brw_render_s...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Jordan Justen
i965/state: Rename brw_upload_state to brw_upload_rende...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Roland Scheidegger
gallivm: do some hack heuristic to disable texture...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Matt Turner
i965/fs: Allow CSE to handle MULs with negated arguments.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Matt Turner
i965: Mark brw_inst_bits' brw_inst* parameter const.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Matt Turner
glsl: Remove bogus Makefile dependency.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Matt Turner
glsl: Reassociate multiplication of mat*mat*vec.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Matt Turner
glsl: Implement type inferencing of matrix types.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Matt Turner
glsl: Factor out a get_mul_type() function.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Marcin Ślusarz
nouveau: synchronize "scratch runout" destruction with...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Brian Paul
docs: document Viewperf 12 issues
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Neil Roberts
i965/skl: Avoid using the 1D stencil layout for stencil...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Tom Stellard
clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STAT...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Tom Stellard
radeonsi/compute: Default to the same PIPE_SHADER_CAP...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Leo Liu
radeon/vce: implement video usability information support
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Leo Liu
st/omx/enc: export framerate to vce driver
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Roland Scheidegger
llvmpipe: enable ARB_texture_gather
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Roland Scheidegger
gallivm: implement TG4 for ARB_texture_gather
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Roland Scheidegger
gallivm: add gather support to sampler interface
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Roland Scheidegger
gallivm: simplify sampler interface
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Jose Fonseca
util/debug: Update MgwHelp link, drop BfdHelp link.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-31
Michel Dänzer
gallivm: Fix build against LLVM 3.7 SVN r233648
commit
|
commitdiff
|
tree
|
snapshot
2015-03-30
Eric Anholt
vc4: Drop integer multiplies with 0 to moves of 0.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-30
Eric Anholt
vc4: Add a constant folding pass.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-30
Brian Paul
glsl: allow ForceGLSLVersion to override #version direc...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-30
Eric Anholt
vc4: Don't bother masking out the low 24 bits for integ...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-30
Eric Anholt
vc4: Make integer multiply use 24 bits for the low...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-30
Samuel Iglesias...
glsl: fail when a shader's input var has not an equival...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-30
Michel Dänzer
radeonsi: Cache LLVMTargetMachineRef in context instead...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-30
Tapani Pälli
glsl: fix unreachable(!"") to unreachable("")
commit
|
commitdiff
|
tree
|
snapshot
2015-03-28
Emil Velikov
docs: add news item and link release notes for mesa...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-28
Emil Velikov
docs: Add sha256 sums for the 10.5.2 release
commit
|
commitdiff
|
tree
|
snapshot
2015-03-28
Emil Velikov
Add release notes for the 10.5.2 release
commit
|
commitdiff
|
tree
|
snapshot
next