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
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Remove unused variables left over from 107ae27e57d.
Mathias Froehlich
2015-04-05
1
-4
/
+0
*
i965: Implement support for ARB_clip_control.
Mathias Fröhlich
2015-04-05
9
-15
/
+19
*
mesa: Remove the _WindowMap from gl_viewport_attrib.
Mathias Froehlich
2015-04-05
5
-81
/
+4
*
tnl: Maintain the _WindowMap matrix in TNLcontext v2.
Mathias Froehlich
2015-04-05
4
-9
/
+22
*
radeon: Make use of _mesa_get_viewport_xform v2.
Mathias Froehlich
2015-04-05
2
-16
/
+18
*
i965: Make use of _mesa_get_viewport_xform.
Mathias Froehlich
2015-04-05
4
-32
/
+36
*
i965: Use brw_nir_cubemap_normalize for NIR shaders
Jason Ekstrand
2015-04-03
2
-1
/
+5
*
i965: Check the INTEL_USE_NIR environment variable once at context creation
Jason Ekstrand
2015-04-03
3
-4
/
+14
*
nir: Add a src_get_parent_instr function
Jason Ekstrand
2015-04-03
1
-14
/
+2
*
i965: Use the tex projector lowering pass instead of hand-rolling it.
Eric Anholt
2015-04-03
1
-10
/
+4
*
i965: Rename do_<stage>_prog to brw_compile_<stage>_prog (and export)
Carl Worth
2015-04-02
9
-32
/
+51
*
i965: Split out per-stage dirty-bit checking into separate functions
Carl Worth
2015-04-02
4
-35
/
+59
*
i965: Split out brw_<stage>_populate_key into their own functions
Carl Worth
2015-04-02
3
-40
/
+64
*
mesa: add ARB_depth_buffer_float to ES3.0 required extension list
Ilia Mirkin
2015-04-02
1
-0
/
+1
*
i965/generator: Get rid of the ! in the unreachable statement
Jason Ekstrand
2015-04-02
1
-1
/
+1
*
i965/fs: Relax type check in cmod propagation.
Matt Turner
2015-04-01
1
-1
/
+3
*
nir: Use _mesa_flsll(InputsRead) in prog->nir.
Kenneth Graunke
2015-04-01
1
-2
/
+2
*
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: Add a dedicated ffma peephole optimization
Jason Ekstrand
2015-04-01
1
-0
/
+2
*
nir/algebraic: Add a seperate section for "late" optimizations
Jason Ekstrand
2015-04-01
1
-0
/
+3
*
configure: nuke --with-max-{width,height}
Emil Velikov
2015-04-01
1
-1
/
+1
*
main: create_buffers unlocks mutex when throwing OUT_OF_MEMORY.
Laura Ekstrand
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
*
mesa: Make a shared header for 3D pipeline enum / #defines.
Eric Anholt
2015-04-01
1
-141
/
+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
*
i965: Handle scratch accesses where reladdr also points to scratch space
Iago Toral Quiroga
2015-04-01
2
-26
/
+76
*
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
1
-2
/
+23
*
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
*
i965/fs: Allow CSE to handle MULs with negated arguments.
Matt Turner
2015-03-31
1
-5
/
+37
*
i965: Mark brw_inst_bits' brw_inst* parameter const.
Matt Turner
2015-03-31
1
-12
/
+12
[next]