index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Implement _mesa_flsll().
Kenneth Graunke
2015-04-01
1
-0
/
+24
*
nir: In prog->nir, don't wrap dot products with ptn_channel(..., X).
Kenneth Graunke
2015-04-01
1
-4
/
+4
*
i965: Use the same nir options for all gens
Jason Ekstrand
2015-04-01
1
-10
/
+2
*
i965/nir: Run DCE again before going out of SSA
Jason Ekstrand
2015-04-01
1
-0
/
+2
*
i965/nir: Run the ffma peephole after the rest of the optimizations
Jason Ekstrand
2015-04-01
2
-2
/
+11
*
nir/peephole_ffma: Be less agressive about fusing multiply-adds
Jason Ekstrand
2015-04-01
1
-0
/
+41
*
nir: Add a dedicated ffma peephole optimization
Jason Ekstrand
2015-04-01
3
-0
/
+223
*
nir: Move the compare-with-zero optimizations to the late section
Jason Ekstrand
2015-04-01
1
-4
/
+4
*
nir/algebraic: Add a seperate section for "late" optimizations
Jason Ekstrand
2015-04-01
3
-0
/
+13
*
nir/algebraic: Remove a duplicate optimization
Jason Ekstrand
2015-04-01
1
-3
/
+0
*
nir/algebraic: #define around structure definitions
Jason Ekstrand
2015-04-01
1
-6
/
+11
*
nir/print: Don't print extra swizzzle components
Jason Ekstrand
2015-04-01
1
-7
/
+19
*
configure: nuke --with-max-{width,height}
Emil Velikov
2015-04-01
4
-21
/
+4
*
gallium: ship tgsi_to_nir.h in the tarball
Emil Velikov
2015-04-01
1
-1
/
+2
*
configure.ac: error out if python/mako is not found when required
Emil Velikov
2015-04-01
1
-2
/
+11
*
glsl: Make sure not to dereference NULL.
Matt Turner
2015-04-01
1
-0
/
+2
*
main: create_buffers unlocks mutex when throwing OUT_OF_MEMORY.
Laura Ekstrand
2015-04-01
1
-0
/
+1
*
automake,scons: Put NIR source files in a separate var to fix SCons build.
Jose Fonseca
2015-04-01
2
-1
/
+4
*
automake: Fix out-of-source builds.
Jose Fonseca
2015-04-01
1
-0
/
+1
*
mesa: don't include colormac.h in format code
Brian Paul
2015-04-01
3
-2
/
+2
*
mesa: remove unneeded #include of colormac.h
Brian Paul
2015-04-01
13
-13
/
+5
*
tnl: remove unneeded #include of colormac.h
Brian Paul
2015-04-01
11
-11
/
+1
*
swrast: remove unneeded #include of colormac.h
Brian Paul
2015-04-01
19
-19
/
+4
*
mesa: remove unused macros from colormac.h
Brian Paul
2015-04-01
1
-45
/
+0
*
nir: Recognize a pattern of bool frobbing from TGSI KILL_IF.
Eric Anholt
2015-04-01
1
-0
/
+2
*
nir: Recognize a pattern for doing b2f without the opcode.
Eric Anholt
2015-04-01
1
-0
/
+1
*
vc4: Add shader-db dumping of NIR instruction count.
Eric Anholt
2015-04-01
1
-0
/
+29
*
vc4: Convert to consuming NIR.
Eric Anholt
2015-04-01
5
-720
/
+707
*
gallium: Add tgsi_to_nir to get a nir_shader for a TGSI shader.
Eric Anholt
2015-04-01
3
-0
/
+1454
*
vc4: Tell shader-db how big our UBOs are, if present.
Eric Anholt
2015-04-01
1
-0
/
+6
*
mesa: Make a shared header for 3D pipeline enum / #defines.
Eric Anholt
2015-04-01
3
-142
/
+173
*
nir: add nir_builder.h to the tarball
Emil Velikov
2015-04-01
1
-0
/
+1
*
xmlpool: remove the clean target
Emil Velikov
2015-04-01
1
-6
/
+4
*
xmlpool: don't forget to ship the MOS
Emil Velikov
2015-04-01
1
-1
/
+8
*
osmesa: don't try to bundle osmesa.def SConscript
Emil Velikov
2015-04-01
1
-2
/
+0
*
docs: note that classic osmesa/libEGL no longer builds with scons
Emil Velikov
2015-04-01
2
-4
/
+2
*
i965: Handle scratch accesses where reladdr also points to scratch space
Iago Toral Quiroga
2015-04-01
2
-26
/
+76
*
gallivm: (trivial) fix the logic deciding if function call should be used...
Roland Scheidegger
2015-04-01
1
-3
/
+1
*
mesa/fbo: lock ctx->Shared->Mutex when allocating renderbuffers
Martin Peres
2015-04-01
1
-0
/
+2
*
mesa/fbo: do not assign a value that is never read later on
Martin Peres
2015-04-01
1
-6
/
+3
*
egl: add initial EGL_MESA_image_dma_buf_export v2.4
Dave Airlie
2015-04-01
10
-5
/
+332
*
i965/state: Remove brw->state.dirty
Jordan Justen
2015-03-31
2
-7
/
+0
*
i965/state: Don't use brw->state.dirty.mesa
Jordan Justen
2015-03-31
5
-12
/
+11
*
i965/state: Don't use brw->state.dirty.brw
Jordan Justen
2015-03-31
33
-83
/
+82
*
i965/state: Add compute pipeline with empty atom lists
Jordan Justen
2015-03-31
3
-1
/
+37
*
i965/state: Only upload render programs for render state uploads
Jordan Justen
2015-03-31
1
-20
/
+25
*
i965/state: Create separate dirty state bits for each pipeline
Jordan Justen
2015-03-31
2
-27
/
+75
*
i965/state: Support multiple pipelines in brw->num_atoms
Jordan Justen
2015-03-31
2
-39
/
+65
*
i965/state: Rename brw_clear_dirty_bits to brw_render_state_finished
Jordan Justen
2015-03-31
3
-3
/
+3
*
i965/state: Rename brw_upload_state to brw_upload_render_state
Jordan Justen
2015-03-31
3
-10
/
+11
[next]